home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMUUENCODE / TFMUUENCODE.txt
Text File  |  2004-09-09  |  3KB  |  129 lines

  1. object fmUUEncode: TfmUUEncode
  2.   Left = 518
  3.   Top = 436
  4.   HelpContext = 290
  5.   BorderStyle = bsDialog
  6.   Caption = 'UUEncode'
  7.   ClientHeight = 184
  8.   ClientWidth = 381
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 69
  25.     Height = 13
  26.     Caption = 'Input &Filename'
  27.     FocusControl = rxfedInput
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 88
  33.     Height = 13
  34.     Caption = '&Encoded Filename'
  35.     FocusControl = rxfedOutput
  36.   end
  37.   object laSpanSize: TLabel
  38.     Left = 152
  39.     Top = 96
  40.     Width = 68
  41.     Height = 13
  42.     Caption = '&Spanning Size'
  43.     FocusControl = cbSpanSize
  44.   end
  45.   object rxfedInput: TJvFilenameEdit
  46.     Left = 8
  47.     Top = 24
  48.     Width = 265
  49.     Height = 21
  50.     DialogOptions = [ofFileMustExist]
  51.     DialogTitle = 'Select Input File'
  52.     ButtonFlat = False
  53.     NumGlyphs = 1
  54.     TabOrder = 0
  55.   end
  56.   object rxfedOutput: TJvFilenameEdit
  57.     Left = 8
  58.     Top = 64
  59.     Width = 265
  60.     Height = 21
  61.     DialogOptions = [ofOverwritePrompt, ofPathMustExist]
  62.     DialogTitle = 'Save Encoded File As ...'
  63.     ButtonFlat = False
  64.     NumGlyphs = 1
  65.     TabOrder = 1
  66.     OnEnter = rxfedOutputEnter
  67.   end
  68.   object rgEncode: TRadioGroup
  69.     Left = 8
  70.     Top = 96
  71.     Width = 129
  72.     Height = 81
  73.     Caption = 'Encoding Method'
  74.     ItemIndex = 0
  75.     Items.Strings = (
  76.       '&UUEncode'
  77.       '&XXEncode'
  78.       '&Base64')
  79.     TabOrder = 2
  80.     OnClick = rgEncodeClick
  81.   end
  82.   object buOK: TButton
  83.     Left = 296
  84.     Top = 16
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&OK'
  88.     Default = True
  89.     TabOrder = 4
  90.     OnClick = buOKClick
  91.   end
  92.   object buCancel: TButton
  93.     Left = 296
  94.     Top = 48
  95.     Width = 75
  96.     Height = 25
  97.     Caption = '&Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 5
  100.   end
  101.   object cbSpanSize: TComboBox
  102.     Left = 152
  103.     Top = 112
  104.     Width = 121
  105.     Height = 21
  106.     Style = csDropDownList
  107.     ItemHeight = 13
  108.     ItemIndex = 0
  109.     TabOrder = 3
  110.     Text = 'No Spanning'
  111.     Items.Strings = (
  112.       'No Spanning'
  113.       '100 KB'
  114.       '720 KB'
  115.       '1.2 MB'
  116.       '1.4 MB'
  117.       '2.8 MB')
  118.   end
  119.   object buHelp: TButton
  120.     Left = 296
  121.     Top = 80
  122.     Width = 75
  123.     Height = 25
  124.     Caption = '&Help'
  125.     TabOrder = 6
  126.     OnClick = buHelpClick
  127.   end
  128. end
  129.